/*BLOG PAGE CSS*/

#blog_wrap 
#header .page_breaker {
	background-image: url("../images/blog_page/blog_header_bg.png");
}

#blog_wrap 
.main_content {
	padding-top: 135px;
}


#blog_wrap 
.white_filler {
		background-color: black;
	}


#blog_wrap 
#header .logo img {
    right: 0;
    position: relative;
    
}

#blog_wrap 
#header .Search_bar {
    background-color: black;
    float: left;
    height: 60px;
}

#blog_wrap 
#header nav {
    background-color: black;
    float: right;
    height: 35px;
    padding: 25px 20px 0;
}

#blog_wrap
.social_icons {
    background-color: black;
    float: right;
    height: 60px;
    width: 50px;
}

#blog_wrap
#header .Search_bar #searchform #s {
    border: 1px solid white;
    font-family: 'dnd_regregular';
    height: 24px;
    margin-top: 17px;
    padding: 0 0 0 5px;
    background-color: black;
    color: white;
}

#blog_wrap
#header .Search_bar #searchform #searchsubmit {
    background-color: white;
    background-image: url("../images/header/search_bg_go_in.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
    border: 1px solid white;
    height: 26px;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    top: 1px;
    width: 38px;
}

#blog_wrap
nav li {
	color: white;
}

#blog_wrap
.blog_area_blog_page h3 {
    color: white;
    font-family: 'dnd_boldbold';
    font-size: 36px;
    margin: 30px 0 0 34px;
    position: absolute;
}



#blog_wrap .blog_area_blog_page .blog h2 {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 2.2%;
    padding: 20px 1.5%;
    position: absolute;
    width: 37.55%;
}

#blog_wrap .blog_area_blog_page .blog article img {
    /*height: 100%;
    margin: 0 5%;
    width: 90%;*/
}



#blog_wrap .blog ul article {
    width: 50%;
    display: inline-block;
    margin: 40px 0;
    
}

#blog_wrap .blog ul article img {
    width: 90%;
    padding: 0 5%;
    height: 100%;
}



#blog_wrap .blog ul article p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    color: white;
    height: 100%;
    line-height: 26px;
    margin: -3px 5%;
    padding: 20px 5%;
    width: 80%;
}

#blog_wrap .blog ul article:nth-child(even) {
    float: right;
}

#blog_wrap .blog ul article:nth-child(odd) {
    float: left;
}


#blog_wrap .blog ul article #post_date {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    float: right;
    font-family: dnd_boldbold;
    font-size: 71px;
    position: relative;
    right: 53px;
    text-align: center;
    text-transform: uppercase;
    top: -65px;
}


.entry img {
    margin: 0px 5%;
    
    width: 90%;
    height: 100%;
}

.entry p {
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    color: white;
    height: 100%;
    line-height: 26px;
    margin: -3px 5%;
    padding: 20px 5%;
    width: 80%;
}


.type-post:after {

    display: none;

}